home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000261_news@columbia.edu _Tue May 2 03:37:02 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id DAA18570
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 2 May 2000 03:37:01 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA28185
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 2 May 2000 03:37:01 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id DAA23406
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 2 May 2000 03:31:12 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Paul Williams <flo@rdel.co.uk>
  13. Subject: Re: Making cursor invisible
  14. Date: Tue, 02 May 2000 08:21:05 +0100
  15. Organization: RDEL
  16. Message-ID: <390E81E1.2263DA27@rdel.co.uk>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Gord Shier wrote:
  20. > I am using VT220 emulation, and I would like to make the
  21. > cursor invisible using the terminfo 'civis' string, which is
  22. > '\E[?25h', according to my vt220 listing.  Sadly, this doesn't work.
  23. > Is there an escape sequence that I can send to hide the cursor?
  24.  
  25. You've been making the cursor visible. '\E[?25l' (that's a lowercase ell
  26. on the end) will make the cursor invisible.